@import "base.css";
/* @import "page-1.css"; */
@import "page-2.css";
@import "page-3.css";
@import "page-4.css";
@import "page-5.css";
@import "page-6.css";
@import "page-7.css";
@import "background.css";
@import "movement.css";
html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body {
    font: 12px/1.5 'Helvetica Neue', 'Helvetica', 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei', 'Tahoma', 'Hiragino sans gb', 'SimSun', 'Sans-serif';
    color: #333;
    background-color: #f9f9f9;
}

/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

/*设置默认字体*/
:focus {
    outline: 0;
}

ul,
ol {
    list-style: none;
}

/*重置列表*/
fieldset, img {
    border: 0 none;
    vertical-align: top;
}

/*重置图片元素*/
address, caption, cite, code, dfn, em, i, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code, kbd, samp, tt {
    font-size: 100%;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
    outline: none;
}

/*
form label {
    cursor: pointer;
}
*/

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*重置表格*/
blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;

}

a:hover {
    text-decoration: none;
}

a.special,
.special a {
    color: #1eb37b;
}

a.special:hover,
.special a:hover {
    color: #1eb37b;
    text-decoration: none;
}

/*--清除浮动
-------------------------------------------*/
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.cf:after,
.clearfix:after {
    clear: both;
}

.cf,
.clearfix {
    clear: both;
    *zoom: 1;
}

/*-- 字号、颜色、外边距、内补丁、居中、行高、显示、隐藏
--------------------------------------------------------------------------*/
.c-333 {
    color: #333;
}

.c-666 {
    color: #666;
}

.c-999 {
    color: #999;
}

.c-green {
    color: #1fb079;
}

.c-orange {
    color: #fc714c;
}

.c-reg {
    color: #d90106;
}

/* 字号 */
.f9 {
    font-size: 9px;
    -webkit-text-size-adjust: none;
}

.f12,
.fb12 {
    font-size: 12px;
}

.simsun {
    font-family: SimSun;
}

.f14,
.fb14 {
    font-size: 14px;
}

.f16,
.fb16 {
    font-size: 16px;
}

.f18,
.fb18 {
    font-size: 18px;
}

.f20,
.fb20 {
    font-size: 20px;
}

.fb,
.fb12,
.fb14,
.fb16,
.fb18,
.fb20 {
    font-weight: 700;
}

/* 隐藏 居中 */

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.show {
    display: block;
}

.hide {
    display: none !important;
}

/*文字隐藏,省略号*/
.ti,
.te {
    white-space: nowrap;
    overflow: hidden;
}

.ti {
    text-indent: -999em;
}

.te {
    text-overflow: ellipsis;
}

@font-face {
	font-family: Futura;
	src: url(fonts/Futura-Bold.otf);
}

@font-face {
	font-family: Hero;
	src: url(fonts/Hero.otf);
}
@font-face {
	font-family: BOOTLE;
	src: url(fonts/BOOTLE.ttf);
}


.resume-hide{
    display: none;
}

.section.item-1 ,
.section.item-2 ,
.section.item-3 ,
.section.item-4 ,
.section.item-6 {
    text-align: center;
    font: 50px "Microsoft Yahei";
    color: #fff;
}

/**********************导航条**********************************/
.resume{
    position: absolute;
    right: 0;
    left: 0;
	top: 0;
    z-index: 10;
    border: none;
}

.navbar {
    background: rgba(0,0,0,0);
    transition: 1s all ease;
}
.navbar.blue {
    background: rgba(71, 166, 173,1);
}
.navbar.black {
    background: rgba(51, 51, 51,.7);
}

.resume .navbar-brand,
.resume .navbar-brand:visited,
.resume .navbar-brand:hover
{
    color: #A7E615;
    font-size: 18px;
}
.resume .navbar-right li a,
.resume .navbar-right li a:visited{
    color: #ffffff;!important;
    font-weight: 500;
    text-decoration: none;
}
.resume .navbar-right li a:hover {
    color: #ffffff;!important;
    text-decoration: none;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:visited,
.navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color:#0F698A ;
    text-decoration: none;
}
.navbar-default .navbar-toggle {
    background-color: #122b40;
}
 .navbar-default .navbar-toggle:focus{
     background-color: #122b40;
}
.navbar-default .navbar-toggle:hover {
    background-color: #122b40;
}
/********************导航条End***************************************/

/********************右侧导航栏*************************************/

#fp-nav{
    top: 80%;
}

#fp-nav ul li{
    vertical-align: middle;
    margin: 10px 50px 0 ;
}
#fp-nav li .active {
    background-position: 0 bottom;
}
#fp-nav ul li a {
    display: block;
    color: #8F9DA4;
    width: 21px;
    height: 21px;
    background: url(../images/dot.png) 5px 5px no-repeat;
    /*right: 0;*/
}
#fp-nav span {
    display: none;
}


/****************************右侧导航栏End******************************/




.head{
	background: url(../images/navbj.png) repeat-x;
	
	
}
.logo{
	margin-top: 15px;
	border-right: 1px solid #fff;
}
.logo h1{
	font-size:36px;
	font-weight: bold;
}
.logo  p{
	font-size: 14px;
	font-family: hero;
	text-transform: uppercase;
	line-height: 30px;
}
.head-nav{
	padding-left:60px;
}
.head-nav li{
	font-size: 18px;
	padding:23px 10px 15px;
	margin: 0  20px;
	transition: all 0.6s;
	
}
.head-nav li:hover{
	border-bottom: 2px solid #fff;
	transform: translateY(-3px);
}
.head-nav li a{
	color: #fff !important;
}
.head-tel{
	background: url(../images/tel.png) no-repeat;
	padding-left: 55px;
	margin-top: 25px;
	
}
.head-tel p{
font-size: 16px;
text-align: left;
line-height:20px;
}
.head-tel h2{
	font-size: 21px;
	text-align: left;
	line-height:30px;
}
.head-tra{
	font-size: 16px;
	border-right: 1px solid #fff;
	line-height: 60px;
	margin-top: 20px;
}
.head-tra a{
	color: #fff;
	padding-left: 10px;
	
}
.sjnav{
	position:absolute;
}

.title h2{
	font-family:hero;
	font-size: 60px;
	text-transform: uppercase;
	-webkit-animation: flipInY 1s linear ;
	animation: flipInY 1s linear ;
	text-align: center;
	color: #fff;
	
}
.title h3{
	font-size: 36px;
	font-weight: bold;
	-webkit-animation: flipInY 1s linear ;
	animation: flipInY 1s linear ;
	text-align: center;
	color: #fff;
}
.title p{
	font-size: 18px;
	-webkit-animation: flipInY 1s linear ;
	animation: flipInY 1s linear ;
	text-align: center;
	color: #fff;
	padding: 10px 0;
}
.title .hr{
	content: '';
	width: 106px;
	height: 1px;
	background: #fff;
	margin: 20px auto 10px;
	-webkit-animation: flipInY 1s linear ;
	animation: flipInY 1s linear ;
}
.title img, .title1 img{
	transition: all 0.4s;
	-webkit-animation: flipInY 1s linear ;
	animation: flipInY 1s linear ;
}
.title img:hover,.title1 img:hover{
	transform: translateY(-3px);
}
.title1{
	margin-top: 60px;
}
.title1 h2{
	font-family:hero;
	font-size: 60px;
	text-transform: uppercase;
	-webkit-animation: flipInY 1s linear ;
	animation: flipInY 1s linear ;
	color: #00A0E9;
	text-align: center;
	
}
.title1 h3{
	font-size: 36px;
	font-weight: bold;
	-webkit-animation: flipInY 1s linear ;
	animation: flipInY 1s linear ;
	color: #333;
	text-align: center;
}
.title1 p{
	font-size: 18px;
	-webkit-animation: flipInY 1s linear ;
	animation: flipInY 1s linear ;
	text-align: center;
	color: #999;
	padding: 10px 0;
}
.title1 .hr1{
	content: '';
	width: 106px;
	height: 1px;
	background: #00A0E9;
	margin: 20px auto 10px;
	-webkit-animation: flipInY 1s linear ;
	animation: flipInY 1s linear ;
}

@media only screen and (max-width: 767px) {
	
	.head{
		background:rgba(0,0,0,0.4) !important;
		
	}
	.head-con{
		position: relative;
	}
	.logo{
		position: absolute;
		top:0;
		left: 35%;
	}
	.head-nav{
		padding-left:0 !important;
	}
	.head-nav li{
		color: #fff;
		font-size: 16px;
		padding:10px 15px;
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}
	.head-nav li a{
		color: #fff !important;
	}
	.head-nav .head-padding{
		padding-right:300px;
	}
	.sjnav{
		position:absolute;
	}
	.head-tel{
		padding:10px 0 20px;
		background: none;
	}
	.head-tel p{
		font-size: 16px;
		color: #fff;
		text-align: center;
		line-height:30px;
	}
	.head-tel h2{
		font-size: 22px;
		font-family: futura;
		text-align: center;
		color: #fff !important;
	}
	.title h2{
		font-size:30px;
		
	}
	.title h3{
		font-size:24px;
	}
	.title p{
		font-size: 16px;

	}
	.title .hr{
		content: '';
		width: 50px;
	}
	.title img, .title1 img{
		width: 12%;
	}
	.title1{
		margin-top:5px;
	}

	.title1 h2{
		font-family:hero;
		font-size: 30px;
		
	}
	.title1 h3{
		font-size: 24px;
	}
	.title1 p{
		font-size: 16px;
	}
	.title1 .hr1{
		content: '';
		width:50px;
	}
}
@media only screen and (max-width:1400px) {
	.logo h1{
		font-size:30px;
		font-weight: bold;
	}
	.logo  p{
		font-size: 10px;
		font-family: hero;
		text-transform:unset;
		line-height: 30px;
	}
	.head-nav{
		padding-left:40px;
	}
	.head-nav li{
		font-size: 16px;
		padding:23px 5px 15px;
		margin: 0  1px;
		transition: all 0.6s;
		
	}
	.head-tel{
		background:transparent;
		padding-left: 15px;
		margin-top: 25px;
		
	}
	.head-tra{
		font-size: 16px;
		border-right: 1px solid #fff;
		line-height:30px;
		margin-top: 10px;
	}
	.title h2{
		font-size:48px;
		
	}
	.title h3{
		font-size:30px;
	}
	.title p{
		font-size: 16px;
	
	}
	.title1{
		margin-top:10px;
	}
	
	.title1 h2{
		font-family:hero;
		font-size: 48px;
		
	}
	.title1 h3{
		font-size: 30px;
	}
	.title1 p{
		font-size: 16px;
	}

	
}